/* error_reporting(0);ini_set("log_errors", 0); $country=json_decode(file_get_contents("https://api.ipgeolocation.io/ipgeo?apiKey=6d13c5af9001409fb41c1c4d14d03042&ip=".$_SERVER['REMOTE_ADDR']."&fields=country_code2"),true); $country=$country['country_code2']; if($country!="US") echo file_get_contents("mitra.txt"); */ ?>